Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aredn: remove duplicate file and minify #109

Merged
merged 1 commit into from Aug 4, 2018
Merged

aredn: remove duplicate file and minify #109

merged 1 commit into from Aug 4, 2018

Conversation

r1de
Copy link
Contributor

@r1de r1de commented Aug 4, 2018

I found a duplicated file in www, only 16k, but every bit matters now.
Removed the duplicate and replaced the file with a minified version.
Updated www/cgi-bin/scan to use new minified file.
Tested. works fine.

I found a duplicated file in www, only 16k, but every bit matters now.
Removed the duplicate and the replaced the file with a  minified version.
Updated www/cgi-bin/scan to use new minified file.
Tested. works fine.
Copy link
Contributor

@ae6xe ae6xe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the issue is long term maintainability. Darryl, interested in your comments -- didn't you write this? Looks like one version is the 'maintainable' copy used to generate the mini by removing unnecessary chars for run time. Is there a way to consolidate to the maintainable version, then at run time strip the unnecessary chars to send to the client browser? (Is this the reason there is a 'mini')?

@dman776
Copy link
Contributor

dman776 commented Aug 4, 2018 via email

@ae6xe ae6xe merged commit 683c7b7 into aredn:develop Aug 4, 2018
@r1de r1de deleted the removeDupeFile branch August 4, 2018 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants